home *** CD-ROM | disk | FTP | other *** search
/ Kellogg's Amérique / Kellogg's Amérique / amazonie_en_danger.swf / scripts / fl / controls / ScrollBarDirection.as < prev    next >
Text File  |  2020-08-04  |  307b  |  17 lines

  1. package fl.controls
  2. {
  3.    public class ScrollBarDirection
  4.    {
  5.       
  6.       public static const HORIZONTAL:String = "horizontal";
  7.       
  8.       public static const VERTICAL:String = "vertical";
  9.        
  10.       
  11.       public function ScrollBarDirection()
  12.       {
  13.          super();
  14.       }
  15.    }
  16. }
  17.